From 2cf983eb307701254df34555c74ad6fd48144006 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 22 Jan 2016 23:14:09 -0500 Subject: [PATCH] notebook: Document CSS node order --- gtk/gtknotebook.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index e5774649e6..ca665da20a 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -137,6 +137,8 @@ * reorderable pages, the tab node gets the .reorderable-page class. * * A tab node gets the .dnd style class while it is moved with drag-and-drop. + * + * The nodes are always arranged from left-to-right, regarldess of text direction. */ -- 2.30.2